Skip to content

Enable copilot-requests feature in Daily Max AI Credits workflow#37992

Merged
pelikhan merged 2 commits into
mainfrom
copilot/update-agentic-workflow
Jun 9, 2026
Merged

Enable copilot-requests feature in Daily Max AI Credits workflow#37992
pelikhan merged 2 commits into
mainfrom
copilot/update-agentic-workflow

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

The Daily Max AI Credits test workflow was still using legacy Copilot auth wiring, causing request failures in the agent step. This update switches the workflow to the GitHub Actions token-based Copilot requests path.

  • Frontmatter update

    • Added features.copilot-requests: true to daily-max-ai-credits-test.md so the workflow uses Copilot requests mode instead of relying on COPILOT_GITHUB_TOKEN flow.
  • Compiled workflow refresh

    • Regenerated daily-max-ai-credits-test.lock.yml to capture the frontmatter hash and compiled output for the new feature flag.
features:
  copilot-requests: true

Copilot AI and others added 2 commits June 9, 2026 00:00
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review June 9, 2026 02:06
Copilot AI review requested due to automatic review settings June 9, 2026 02:06
@pelikhan pelikhan merged commit 78683cf into main Jun 9, 2026
@pelikhan pelikhan deleted the copilot/update-agentic-workflow branch June 9, 2026 02:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to switch the “Daily Max AI Credits” test workflow from legacy Copilot authentication (using COPILOT_GITHUB_TOKEN) to the GitHub Actions token–based Copilot requests flow.

Changes:

  • Added features.copilot-requests: true to the workflow frontmatter.
  • Updated the compiled lock workflow metadata hash.
Show a summary per file
File Description
.github/workflows/daily-max-ai-credits-test.md Adds a features.copilot-requests frontmatter flag intended to enable Copilot requests mode.
.github/workflows/daily-max-ai-credits-test.lock.yml Updates generated metadata hash to reflect the frontmatter change.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 2

Comment on lines 9 to +13
permissions:
contents: read
issues: read
features:
copilot-requests: true
@@ -1,4 +1,4 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"ac47941a2e259b8ebfa6edd6300e0aadaad01983781cbe55103d6fc335d2fb77","body_hash":"b5e131b5e16bff819cb1b90dc5798fe007816b61bae3e7646693eb89e5a0d9d4","strict":true,"agent_id":"copilot","engine_versions":{"copilot":"1.0.60"}}
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"9b3f7ecb4022f5c5e9dc5dc0345aac707322eef080bc3e53b681dc2c336028c8","body_hash":"b5e131b5e16bff819cb1b90dc5798fe007816b61bae3e7646693eb89e5a0d9d4","strict":true,"agent_id":"copilot","engine_versions":{"copilot":"1.0.60"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants